* alloc.c (inhibit_garbage_collection): Set gc_cons_threshold to max value.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 8 Jun 2011 19:07:55 +0000 (12:07 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 8 Jun 2011 19:07:55 +0000 (12:07 -0700)
commitd56128f361fd71f2f8f46c2cf093f759351399c1
tree4e2e05540e5a3f7293a1062ede4c8d3a0ec97d32
parentf3fa1c5a8668e2300cb10bcfaa3b1bd5ac4e7809
* alloc.c (inhibit_garbage_collection): Set gc_cons_threshold to max value.

Previously, this ceilinged at INT_MAX, but that doesn't work on
64-bit machines.
src/ChangeLog
src/alloc.c